006d69
@@ -398,7 +398,8 @@
public Void call() throws Exception {
               org.apache.logging.log4j.core.Appender.class, // log4j-core
               org.apache.logging.slf4j.Log4jLogger.class, // log4j-slf4j
               // log4j-1.2-API needed for NDC
-              org.apache.log4j.NDC.class, };
+              org.apache.log4j.NDC.class,
+              io.netty.util.NetUtil.class };
 
           for (Class<?> c : dependencies) {
             Path jarPath = new Path(Utilities.jarFinderGetJar(c));
